home *** CD-ROM | disk | FTP | other *** search
/ Temic Semiconductors Tech…al Library 1997 February / Temic Semiconductors Technical Library - 1997 February.iso / TEMIC2.DIR / 00339_Script_339 < prev    next >
Text File  |  1997-03-18  |  1KB  |  44 lines

  1. on mouseDown
  2.   go to frame "Aboutend"
  3. end
  4. on exitFrame
  5.   global myCD, acroreadpath,myCursor
  6.   
  7.   cursor -1
  8.   puppetSprite 13, true
  9.   puppetSprite 14, true
  10.   puppetSprite 15, true
  11.   puppetSprite 16, true
  12.   puppetSprite 17, true
  13.   puppetSprite 18, true
  14.   puppetSprite 19, true
  15.   puppetSprite 20, true
  16.   set the visible of sprite 13 to true
  17.   set the visible of sprite 14 to true
  18.   set the visible of sprite 15 to true
  19.   set the visible of sprite 16 to true
  20.   set the visible of sprite 17 to true
  21.   set the visible of sprite 18 to true
  22.   set the visible of sprite 19 to true
  23.   set the visible of sprite 20 to true
  24.   puppetSprite 13, false
  25.   puppetSprite 14, false
  26.   puppetSprite 15, false
  27.   puppetSprite 16, false
  28.   puppetSprite 17, false
  29.   puppetSprite 18, false
  30.   puppetSprite 19, false
  31.   puppetSprite 20, false
  32.   
  33.   set the cursor of sprite 14 to myCursor
  34.   set the cursor of sprite 15 to myCursor
  35.   set the cursor of sprite 16 to myCursor
  36.   set the cursor of sprite 17 to myCursor
  37.   set the cursor of sprite 18 to myCursor
  38.   set the cursor of sprite 19 to myCursor
  39.   set the cursor of sprite 20 to myCursor
  40.   
  41.   put myCD into thefile
  42.   put "\pdf\temic_cd.pdf" after thefile
  43.   open thefile with acroreadpath
  44. end